home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / af2gb013.zip / TEMPLATE.ZIP / BANNER.APL < prev    next >
Text File  |  1994-03-03  |  680b  |  17 lines

  1. ; Template file: BANNER.APL
  2. ; Type         : Banner
  3. ;
  4. ; This template generates a banner to be placed in an archive.
  5. ;
  6. @assign(@txt,"This file was downloaded from ")
  7. @add(@txt,@systemname)
  8.  
  9.     ┌────────────────────────────────────────────────────────────────────┐
  10.     │                                                                    │
  11.     │@center(@txt,68)│
  12.     │                                                                    │
  13.     │     The banner in this file was automatically added by ALLFIX      │
  14.     │                                                                    │
  15.     └────────────────────────────────────────────────────────────────────┘
  16.  
  17.